Cicode Programming Reference > Cicode Function Categories > .Net Functions > Conversion Table

Conversion Table

CAUTION

When returning data from a .net assembly to Cicode, use the following conversion table so that there is no loss of data. Failure to do so will result in a hardware error and the Cicode will stop execution.

.Net Data Type

Cicode Data Type

Object

OBJECT

DateTime

OBJECT

Boolean

INT

Byte

INT

SByte

INT

Int16

INT

UInt16

INT

Int32

INT

UInt32

REAL

Int64

REAL

UInt64

REAL

Single

REAL

Double

REAL

Decimal

REAL

Char

STRING

String

STRING

See Also

Published June 2018